[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ListAsArray (cList,[cDelimiter]) --> aList:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Functions:
~~~~~~~~~~
The string is converted to an array.
Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
cList: text string to convert
cDelimiter: elements delimiter, default is ','
Return value:
~~~~~~~~~~~~~
array of elements created from a text string
Example:
~~~~~~~~
x:=ListAsArray("a,b,c,d") //x:={"a","b","c","d"}
...
Source code is in file Object3.prg
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson